pnr()
. Then, the method proceeds similar to class.Lee()
. Using the nonparametric approach does not require a parametric IRT model, keeps the problem on the total score scale, and can produce more accurate CA and CC estimates when the IRT model's assumptions are violated (see Lathrop & Cheng, 2014).Lee.pnr(cutscore, pnr.out)
pnr(resp, bw.g = NULL, alpha = .5)
pnr()
. It is a list of length 3 where
pnr.out[[1]]
is a vector of T evaluation points on the total score scale (integers from 0 to the max total score)
pnr.out[[2]]
is a vector of the observed dNA
in resp
will propogate to the output.bw.g
. For, other values (up to and including 1), the bandwidth parameter will shrink if the evaluation point is in an area#Simulate simple response data
params <- matrix(c(1,1,1,1,-2,1,0,1,0,0,0,0),4,3)
theta <- rnorm(100)
rdm <- sim(params, theta)
pnr.out <- pnr(rdm)
resultsNP <- Lee.pnr(3, pnr.out)
Run the code above in your browser using DataLab